home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / reviews / wi_08 < prev    next >
Text File  |  1993-10-04  |  36KB  |  1,146 lines

  1. WI-08:  Windows Programming
  2.  
  3.  
  4. --------------------------------
  5. 3558 "C" Programming for Windows          Small Programs Disk
  6. --------------------------------
  7.  
  8. CDK-VB
  9.    Langley, Brent K.
  10.    $0
  11. contains information about creating custom controls for VB with C++.
  12.  
  13. Three_d.dll (3D-DLL)
  14.    Donahue, Ray
  15.    $20-$50
  16. is a DLL for making a Windows 3.0 dialog box appear to have a 3-dimensional
  17. look. Boxes can be recessed, extruding, or shadowed. C source code and EXE files
  18. for a demo program are included. Support is provided for EGA, VGA, and above.
  19.  
  20. Dib
  21.    Reilly, Patrick
  22.    $0
  23. is a pair of functions for manipulating a DIB bitmap.
  24.  
  25. DOSWin
  26.    is sample code to restrict puts()-printf() output to a window in Windows 3.
  27. It also allows restricting some DOS programs output to a window.
  28.  
  29. FixDS 2.0
  30.    Geary, Michael
  31.    $0
  32. is a C routine that eliminates need for EXPORTS and MakeProcInstance() in
  33. Windows applications; prevents bugs caused by omitting EXPORTS or
  34. MakeProcInstance(); and allows Windows applications to export functions that
  35. will be called directly from a dynamic link library.
  36.  
  37. Journal
  38.    Fogelin, Eric
  39.    $0
  40. is a dynamic Link library demonstrating Windows 2.0 Journal Hooks.
  41.  
  42. Mail-OM
  43.    Oregon Professional Microsystems, Inc.
  44.    $0
  45. is the Microsoft C source code for a mailing list application for MS Windows.
  46.  
  47. NewSpy 1.0
  48.    Feinleib, David A.
  49.    $25
  50. is an improved version of the Spy program that is included in the SDK.
  51.  
  52. QuickC for Windows Tools (QCTOOLS)
  53.    English, Arthur
  54.    $0
  55. is an icon toolbar for use with QuickC for Windows. Functions include opening
  56. and saving projects and files, finding next and previous compiler errors, edit
  57. fuctions, and more. (Not on this disk. Ask for disk #8897.)
  58.  
  59. Regular Expression DLL (REGEXP)
  60.    Windfall Software Systems
  61.    $10
  62. contains a dynamic link library compatible with Microsoft Windows. The library
  63. performs regular expression searches and a number of supporting operations.
  64.  
  65. Status Bar Control 1.2.0 (STSBARC)
  66.    Krikorian, Jean-Marc
  67.    $0
  68. is a DLL and associated files for displaying a Status Bar in Windows apps. A
  69. sample app and all source code are included.
  70.  
  71. Windows C Editor 2.0 (WCE)
  72.    DeCillis, Tom
  73.    $35
  74. is a programming shell. It features a logical toolbar and click SAA/CUA
  75. compliant interface that lets you edit, run, and compile all the necessary parts
  76. of a Windows application using the Microsoft Windows SDK.
  77.  
  78. WinClass (WINCLAS)
  79.    Pittelkow, Michael
  80.    $0
  81. is a C++ class library for Windows 3.
  82.  
  83. WINET
  84.    Booth, Duncan
  85.    $0
  86. is an execution profiler for Windows applications. C source code is included.
  87.  
  88. WinBegin 3.0 (WINBGN)
  89.    Crayne, Susan
  90.    $35
  91. is a development tool for creating very simple C programs which run under
  92. Windows 3.0. It is intended for the beginning programmer.
  93.  
  94. Winclip (WIN-CLP)
  95.    Schulman, Andrew
  96.    $0
  97. contains source code showing how DOS programs can use INT 2Fh services
  98. to access the Windows clipboard (in enhanced mode only).
  99.  
  100. --------------------------------
  101. END OF SMALL PROGRAMS DISK #3558
  102. --------------------------------
  103.  
  104.  
  105. -----------------------------
  106. 3790 Turbo Pascal for Windows          Small Programs Disk
  107. -----------------------------
  108.  
  109. AfterDark SDK 1.01p (AFTRDRK)
  110.    Sands, Richard R.
  111.    $0
  112. is a development kit for writing modules for the After Dark Screen Saver.
  113.  
  114. Ansioem
  115.    Robert Digsby
  116.    $0
  117. displays the ANSI and OEM character set. It allows you to click on a
  118. character to find out what it would be converted to if it were passed
  119. through AnsiToOem or OemToAnsi. C Source code is included.
  120.  
  121. Beeper (BEEPR)
  122.    $0
  123. is TPW code that demonstrates the use of a timer call-back function rather than
  124. the timer event message. It shows the use of export, MakeProcInstance, and more.
  125.  
  126. Bitmap Buttons (BITMBTN)
  127.    Thomas, Daniel
  128.    $0
  129. is a pair of Button objects that lets you create bitmap buttons.
  130.  
  131. BitView
  132.    $0
  133. is TPW source for a bitmap viewer within an MDI framework. It supports 256
  134. colors and compressed files.
  135.  
  136. Blaise
  137.    Warren, Robert J.
  138.    $0
  139. is a screen saver module for TPW. It hooks into the screensaver of the
  140. desktop portion of the control panel.
  141.  
  142. Bmhelp
  143.    $0
  144. contains code for displaying a bitmap from a resource file.
  145.  
  146. Bounce
  147.    $0
  148. is source for a bouncing ball graphics demo.
  149.  
  150. Center
  151.    Thomas, Daniel
  152.    $0
  153. is a procedure which will center a Popup window in its parent's window.
  154.  
  155. ClrCmbo
  156.    $0
  157. is a TPW unit for a color selection combo box with colors, not names.
  158.  
  159. Clover
  160.    $0
  161. is source code for a graphics display.
  162.  
  163. Concentration (CONCEN)
  164.    Rubenking, Neil J.
  165.    $0
  166. is the source and resource for a Concentration type game. Demonstrates
  167. owner-draw buttons, modifying system menu, making window size exactly match
  168. contents, etc.
  169.  
  170. Custom Control Library (CCONTRL)
  171.    Vitabile, Anthony M.
  172.    $0
  173. is the source code for a custom control library for Resource Workshop. Included
  174. is a Percent Completed custom control.
  175.  
  176. DYNST
  177.    Campbell, Tom
  178.    $0
  179. is a TP unit for the creation and use of dynamically allocated string arrays on
  180. the heap and handling all memory management transparently. The file DEMO.PAS
  181. contains an interactive demonstration showing you the allocation, use, and
  182. disposition of a dynamic string array.
  183.  
  184. EmptyDLG (EMPTYDL)
  185.    Rubenking, Neil J.
  186.    $0
  187. is an application template that demonstrates using a dialog window as a main
  188. window in a TPW program.
  189.  
  190. FileCopy.PAS 1.2
  191.    Allard, Adam A.
  192.    $0
  193. is source for a fast file copy utility.
  194.  
  195. File Clerk Source (FCSRC)
  196.    Peoples, David
  197.    $0
  198. is the source code for File Clerk, a file selector and application launcher.
  199.  
  200. File Dialog (FILEDLL)
  201.    Gallo, Guy
  202.    $0
  203. is a DLL for a file dialog box that can be called from TPW or from Word for
  204. Windows.
  205.  
  206. Fontlist (FONTLST)
  207.    $0
  208. is full source code and resource file for a font listing utility.
  209.  
  210. Font Manipulation Utility (FMU)
  211.    Smith, Mark
  212.    $0
  213. is a dialog box that allows the user to try out different screen fonts.
  214.  
  215. Infowdw.PAS
  216.    $0
  217. is an example of a modeless window that can be used to display status
  218. information about a program as it is running.
  219.  
  220. Janus
  221.    Sawatzki, Peter
  222.    $0
  223. let you create dialogs as MDI child windows, create BorDlgs from standard
  224. resource, standard dialogs from BorDlg resources, and support foreign language
  225. BorButtons.
  226.  
  227. Lststr 1.0
  228.    Rosenberger, Rob ASP
  229.    $0
  230. helps document string resources.
  231.  
  232. Message Box Utilities 1.0 (MBUTILS)
  233.    Salesas, Robert
  234.    $0
  235. makes it easier to write small programs that require little output or input. It
  236. is based around the Windows messagebox and provides routines to do MBWriteStr,
  237. MBWriteBuf, MBWriteLn, MBClear and MBShowWindow. Source code included.
  238.  
  239. PaintBMP (PNT-BMP)
  240.    is a unit that lets you create a pop-up window with caption and paint it
  241. with a bitmap. Source code and test code are included.
  242.  
  243. Rattle 1.01
  244.    Boyd, Craig
  245.    $10
  246. contains code for allocating and deallocating blocks of memory in a random
  247. fashion.
  248.  
  249. Ribbon
  250.    Thorpe, Danny
  251.    $0
  252. shows how to set up a non-MDI child window in an MDI window.
  253.  
  254. Time Watch Icon (TIMICON)
  255.    Mackey, Jack C.
  256.    $0
  257. illustrates how to make an updateable icon.
  258.  
  259. TPWGray
  260.    Overmyer, Doug
  261.    $0
  262. is TPW code showing how to create a dithered gray scale.
  263.  
  264. WinVer 1.0
  265.    Kitsos, Costas
  266.    $0
  267. stamps Windows EXE's or DLL's with the required Windows version. TPW source code
  268. is included.
  269.  
  270. --------------------------------
  271. END OF SMALL PROGRAMS DISK #3790
  272. --------------------------------
  273.  
  274.  
  275. --------------------------------
  276. 4052 Turbo Pascal for Windows #2          Small Programs Disk
  277. --------------------------------
  278.  
  279. Bezier 1.0
  280.    Overmyer, Doug
  281.    $0
  282. demonstrates how to approximate Bezier curves and produce a rubberbanding Bezier
  283. tool for drawing on the screen.
  284.  
  285. Cdfile
  286.    contains files that allow access to the CD-ROM Extension.
  287.  
  288. EDI Threads for Windows 1.0 (EDI-THD)
  289.    Eschalon Development Inc.
  290.    $95
  291. is a complete multi-threading library for Windows. It lets you easily create
  292. applications that use background printing, complex redrawing, repagi